/**
* 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

a {
  color: #eb0038;
  font-weight: 700;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', 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: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;      
    height: 65px; 
}

.alingmenus{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;  
}

.logos{
  width: 140px;
}

.logo-footer{
  width: 70%;
}

.cuerpo{
  margin-top: 65px;
  
}

.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: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;      
    height: 80px;
}
.logos{
  width: 110px;
}
.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: 768px) {
.logo-footer{
  width: 90%;
}
.fixed-top {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;      
    height: 80px;  

}
.logos{
  width: 110px;
}
.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: 14px;
    margin-left: 30px;
    list-style: none;
}

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

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

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

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



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

}

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

@media (max-width: 411px){

}

@media (max-width: 375px){

}

@media (max-width: 360px){

}

@media (max-width: 320px){

}



