/**
* Template Name: Gp - v2.1.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
# font-family:'Arial-Bold',sans-serif;
# font-family: 'Lato', sans-serif;

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

body {
  font-family: 'Oswald', sans-serif;
  background-color: #fff;
}

a {
  color: #00599b;
  font-weight: 700;
}

a:hover {
  color: #ed8600;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

.h1t{
  display: inline-block;
  position: relative;  
}

.h1t::after{
  content: "";
  position: absolute;
  width: 1000px;
  height: 2px;
  background-color:#ca003a;
  top:0.6em;
  right: -1024px;
}

.h1t2{
  display: inline-block;
  position: relative;  
}

.h1t2::before{
  content: "";
  position: absolute;
  width: 1000px;
  height: 2px;
  background-color:#ca003a;
  top:0.6em;
  left: -1024px;
}

/*Css del Menus*/

.fixed-top {
    background-color: transparent;
    position: fixed;
    top: 5%;
    right: 0%;
    left: 0%;
    z-index: 1030;      
    height: 8vh;     
}

.alingmenus{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8vh;  
}

.logos{
  width: 200px;
}

.logo-footer{
  width: 70%;
}

.cuerpo{
  margin-top: 8vh;
  
}

.margenes{
  padding-top: 5%;
  padding-bottom: 5%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 30px;
    margin-left: 30px;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    transform: skew(-20deg);
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #2d319c;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #ca003a;
}

 .alert-success {
    color: #ca003a !important;
    background-color: #f9eb58 !important;
    border-color: #f9eb58 !important;
    }

.badge-success {
    color: #fff;
    background-color: #ca003a !important;
}



@media (max-width: 1000px) {
.logo-footer{
  width: 90%;
}
.fixed-top {
    background-color: transparent;
    position: fixed;
    top: 5%;
    right: 0;
    left: 0;
    z-index: 1030;      
    height: 80px;
}
.logos{
  width: 200px;
}
.alingmenus{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;  
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    transform: skew(-20deg);
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #2d319c;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #ca003a;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 30px;
    list-style: none;
}


}





@media (max-width: 600px) {
.fixed-top {
    background-color: transparent;
    position: fixed;
    top: 3%;
    right: 0;
    left: 0;
    z-index: 1030;      
    height: 80px;  

}

.carousel-indicators .active {
    background-color: #f9eb58 !important;
}

.cuerpo{
  margin-top: 10vh;
  
}


}

@media (max-width: 411px){

}

@media (max-width: 375px){

}

@media (max-width: 360px){

}

@media (max-width: 320px){

}



