﻿/*Para traer fuente Gotham Rounded*/
@font-face {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Rounded'), url('https://fonts.cdnfonts.com/s/22255/Gotham Rounded Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: 300;
    src: local('Gotham Rounded'), url('https://fonts.cdnfonts.com/s/22255/Gotham Rounded Light.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Rounded';
    font-style: italic;
    font-weight: 300;
    src: local('Gotham Rounded'), url('https://fonts.cdnfonts.com/s/22255/Gotham Rounded Light Italic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: 350;
    src: local('Gotham Rounded'), url('https://fonts.cdnfonts.com/s/22255/Gotham Rounded Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Rounded';
    font-style: italic;
    font-weight: 350;
    src: local('Gotham Rounded'), url('https://fonts.cdnfonts.com/s/22255/Gotham Rounded Medium Italic.woff') format('woff');
}

body {
    /*background-color: #020823;*/
    /*background-color: rgb(235, 226, 148);*/
    /*background-color: #0026FF;*/
    /*background-color: #003077;azul*/
    font-family: 'Gotham Rounded';
    background-color: white;
    color:/*#00408F;*/#080921;
    /*overflow: overlay;*/
}
.contactCard{
    /*border-color: #ffda00;
    border-style: solid;
    border-width: 5px;*/
    /*background-color:#051469;*/
    border-radius: 30px;
    /*background-color: #00408F;*/
}
.btn:hover{
    background-color: #ffda00;
  }
.overImg {
    position: absolute;
    top: 30%;
    margin: 0 auto;
}
.amalla {
    /*color:#fff*/
    color: /*#00408F;*/#080921;
}

    .amalla:hover {
        color: #ffda00;
        cursor: pointer;
    }

    .trp2 {
        background-color: #fff;
        color: /*#00408F;*/#080921;
    }
    .trp3 {
        border-radius: 30px;
    background-color: #fff;
    color: /*#00408F;*/#080921;
    transition: background-color .2s ease-out;
    cursor: pointer;
    padding: 0 16px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
}
.trp3:hover{
    background-color: /*#0952ac;*/#080921;
    color:#fff;
}
.itdsbg {
    height: 90px;
    /*background-color:#080921849*/
}
.itdslogo {
    
    font-family: 'Gotham Rounded';
    font-weight: 350;
    font-style: normal;
    font-size: 50px;
}
/*@media (max-width:1100px){
    .itdslogo {
    
        font-family: 'Gotham Rounded';
        font-weight: 350;
        font-style: normal;
        font-size: 50px;
        left:20px;
    }
}*/
.itdscomun {
    font-family: 'Gotham Rounded';
    font-weight: 350;
    font-style: normal;
    color:/*#00408F;*/#080921;
    /*color: #011146;*/
}
.bordeRound {
    padding:10px;
    border-radius: 50px;
}
.dropdown-content li>a{
    color:/*#00408F*/#080921 !important;
}
.dropdown-content li:hover, .dropdown-content li.active {
    background-color: rgba(255,255,255,0.2) !important;
}

/*Cambiar estilo de barra Scroll*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1)
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(145, 145, 145, 0.5)
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(100, 100, 100, 0.5)
    }

.imgBg1 {
    width:100%;
    height:auto;
    background-image: url(/resources/images/slide/slide3.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/*Carrusel*/
/* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
.titulo {
    font-size: 40px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 40px;
    color: #fff;
}

.subtitulo {
    margin: 0;
    color: #080921;
    display: inline;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.sabor {
    color: #fff;
    margin: 7px 0;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    font-family: 'Dancing Script', cursive;
    margin-top: 0;
}

.linea-division {
    width: 80%;
    height: 2px;
    background-color: #36221c;
}

/*Estilos materialize*/

.carousel {
    min-height: 500px;
}

    .carousel .carousel-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        user-select: none;
        /*background: #ccc;*/
        width: 400px;
        height: 400px;
    }

        .carousel .carousel-item .carimg {
            width: auto;
            height: auto;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            border-radius: 50px;
        }

    .carousel .inidicators .indicator-item {
        border-radius: 50px;
        transform: rotate(45deg);
        margin: 0 15px;
        background: #35221c;
    }
.centerT {
    padding-left: 10%;
    padding-right: 10%;
}
.centT {
    padding-left: 60px;
    padding-right: 60px;
    /*font-size:20px !important;*/
}
/*.carousel-item p {
    font-size: 20px !important;
}*/
.medText {
    /*color: #fff;*/
    font-size: 15px;
    
}
.tituloTS {
    font-size: 30px;
    font-weight: 700;
}
.dsize {
    /*background-color: #003077;*/
    /*height:270px;*/
    margin-bottom: 20px;
}
.centerTab {
    padding-left: 10%;
    padding-right: 10%;
}
.centerImg {
    height: auto;
    width: 80%;
    max-width: 300px;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.itdsBgAzul{
    background-color: /*#0026FF;*/#080921;
}
.itdsAzul{
    color:/*#0026FF;*/#080921;
}
.itdsBgAmarillo{
    background-color: #ffda00;
}
.itdsAmarillo{
    color: #ffda00;
}
.linea-div{
    background-color: #ffda00;
    padding: 3px;
}
.linea-round{
    border-radius: 50px;
}
.flechaCar{
    color: rgb(0, 0, 0);
}
.flechaCar:hover{
    color: #ffda00;
}
/*tabla del calendario*/
/*table{
    border-width: 5px;
    border-style: solid;
    border-color: #ffda00;
    border-radius: 50px;
}
tr{
    border-width: 2px;
    border-color: #ffda00;
}
th,td{
    border-left-color: #ffda00;
    border-left-width: 2px;
    border-left-style: solid;
    border-right-color: #ffda00;
    border-right-width: 2px;
    border-right-style: solid;
}*/
tr:nth-child(even) {
    background-color: #f2f2f2;
  }
.cardRound {
    border-radius: 41px;
}

/*caldiv{
    height: 100%;
    text-align: center;
    background-color: #fff;
    border-style: solid;
    border-color: #ffda00;
    border-width: 2px;
    border-radius: 10px;
}
th{
    padding: 2px;;
    /*padding-top: 5px;
    padding-bottom: 5px;
} */
/*#card1 :hover {
    background-image: url('https://www.esic.edu/sites/default/files/rethink/3e0af5ef-call-center-contact-center.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    cursor:pointer;
}*/
/* entire container, keeps perspective */

.flip-container {
    
	perspective: 1080921px;
    transition: all .2s ease-in-out;
    
    margin-top: 20px;
    margin-bottom: 20px;
}
	/* flip the pane when hovered */
	/*.flip-container:hover .flipper, */.flip-container.hover .flipper {
		transform: rotateY(180deg);
	}
    .flip-container:hover{
        cursor: pointer;
        transform: scale(1.05);
    }
.flip-container, .front, .back {
	width: 100%;
	height: 33vw;
    border-radius:50px;
    
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
    font-family: 'Gotham Rounded';
    font-weight: 350;
    font-style: normal;
    font-size: 2.5vw;
	backface-visibility: hidden;
    padding-left: 30px;
    padding-right: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.logoSol{width:450px;}
.Contc{font-size:60px;}
@media only screen and (max-width:992px){
    .flip-container, .front, .back {
        width: 100%;
        height: 40vw;
    }
}
@media only screen and (max-width:745px){
    .titulosL
    {
        font-size:35px !important
    }
    .titulos
    {
        font-size:30px !important
    }
    .EquipoNombre{
        font-size:15px !important;
      }
      
      .EquipoCargo{    
        font-size:25px !important;
      }
    
      .EquipoNombre2{
        font-size:10px !important;
      }
    
      .EquipoCargo2{    
        font-size:30px !important;
      }
      .titBec{
        font-size:25px !important;        
    }
    .titulos4{
        font-size: 15px !important;
    }
    .titulosLargos{
        font-size: 30px !important;
    }
}
@media only screen and (max-width:600px){
    .carousel .carousel-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        user-select: none;
        /*background: #ccc;*/
        width: 300px;
        height: 300px;
        
    }
    .carousel-item p {
        font-size: 15px !important;
    }
    .front, .back {
        font-family: 'Gotham Rounded';
        font-weight: 350;
        font-style: normal;
        font-size: 6vw;
        backface-visibility: hidden;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .flip-container, .front, .back {
        width: 100%;
        height: 80vw;
    }
    .logoSol{width:280px;}
    .Contc{font-size:47px;}

    .footerText{font-size:50px !important;}
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
    /*background-color: #051469;*/
    background-color: /*#00408F;*/#080921;
    color: #f8f8f8;
}
.front:hover{
    background-color: /*#21318d;*/#080921;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
    /*background-color: #ffda00;*/
    background-color: #ffda00;
    color:#fff;
    /*color: #00144b;*/
}
.back:hover{
    background-color: #ffda00;
}
.titulosL{
    font-size: 60px ;
}
.titulos{
    font-size: 50px ;
}
.titulos2{
    font-size: 40px ;
}
.titulos3{
    font-size: 30px ;
}
.titulos4{
    font-size: 25px ;
}
.titulos5{
    font-size: 20px ;
}
.titBec{
    font-size:50px;        
}
.fw300{font-weight:300;}
.letterB{
    background-color: /*#051469;*/#080921;
    color: #f8f8f8;
    border-radius: 10px;
    margin-left: 20%;
    margin-right: 20%;
}
.letterB2{
    background-color: /*#051469;*/#080921;
    color: #f8f8f8;
    border-radius: 30px;
}
.btnmalla{
    /*background-color: #051469;*/
    background-color: /*#00408F;*/#080921;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    padding-right: 15px;
}
.desText
{
    font-size: 25px;
    font-weight: 300;
    text-align: justify;
}
.btnmod{
    /*background-color: #051469;*/
    background-color: /*#00408F;*/#ffda00;
    color:#080921 !important;
}
.btnmod:hover{
    /*background-color: #ffda00;*/
    background-color: #080921;
    color:#fff !important;
}
.crdT{
    background-color:rgba(0,0,0,0.6); 
    width:100%; 
}
.cbtn{
    /*background-color: #011146;*/
    background-color: #ffda00;
    color:/*#163292;*/#080921;
    padding: 3%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
    border-radius: 60px;
    font-weight: bold;
}
.cbtn:hover{
    /*background-color: #ffc800;*/
    background-color: /*#00408F;*/#080921;
    color: white;
    
    cursor: pointer;
}
.ctxt{
    margin-top: 0;
    margin-bottom: 0;
    /*padding-right: 8%;*/
}

.brilloAn{
    position: relative;
  overflow: hidden;
}
.brilloAn:after {
    animation: shine 5s ease-in-out  infinite;
    animation-fill-mode: forwards;  
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
      to right, 
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
  }
.brilloAn:active:after {
    opacity: 0;
  }
@keyframes shine{
    10% {
      opacity: 1;
      top: -30%;
      left: -30%;
      transition-property: left, top, opacity;
      transition-duration: 0.7s, 0.7s, 0.15s;
      transition-timing-function: ease;
    }
    100% {
      opacity: 0;
      top: -30%;
      left: -30%;
      transition-property: left, top, opacity;
    }
  }

  .textJ{
text-align: justify;
font-size: 20px;
font-weight: 300;
  }
  .amalla2{
    color:/*#00408F;*/#080921;
  }
  .amalla2:hover{
    color:#ffda00;
    cursor: pointer;
  }
  .lest{
    padding-left: 100px;
  }
  
  .btnConv{
    width:auto;border-radius:20px;padding-left:10px;padding-right:7px;
  }
  .iconv{
    font-size:15px !important;
    padding-left:3px !important;
  }
  /*.circleIcon{
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #ffda00;
  }*/
  .azulLetra{color:/*#00408F*/#080921 !important;}

  .bordeRound30{border-radius: 30px;}
  .bordeRound40{border-radius: 40px;}
  .bordeRound40{border-radius: 50px;}

  @font-face {
    font-family: 'The Rambler';
    font-style: normal;
    font-weight: 400;
    src: local('The Rambler'), url('https://fonts.cdnfonts.com/s/34451/The Rambler.woff') format('woff');
}
@font-face {
    font-family: 'Regency Script';
    font-style: normal;
    font-weight: 400;
    src: local('Regency Script'), url('../resources/fuentes/regencyscriptflf.ttf') format('woff');
}
  .footerText{
    font-family: 'Regency Script';
    font-size:60px;
    /*font-family: 'The Rambler', sans-serif;*/
  }
  /*@import url(GothamFont.css);*/

  .EquipoNombre{
    font-family: 'Gotham Rounded';
    font-weight:300;
    font-size:40px;
  }
  
  .EquipoCargo{    
    font-size:50px;
  }

  .EquipoNombre2{
    font-family: 'Gotham Rounded';
    font-weight:400;
    font-size:25px;
  }

  .EquipoCargo2{    
    font-size:45px;
  }
  /*.EquipoCargo3{
    
  }*/
  .Vcircle{
    width:20px;height:20px;border-radius: 50%;background-color: #ffda00;display: inline-flex;
  }
  .circle2{
    border-radius: 40px;
    padding: 5px;
}
.modal.modal-fixed-footer {
    border-radius: 20px;
}
.BordeN1{border-color:#c1c1c1;border-style:solid;border-width:1px;}
.floatBt{position:absolute;width:60px;height:60px;padding:0;}
.Fbimg{margin-top:2px;width:50px; height:auto;}
@media only screen and (max-width:530px){
    .floatBt{width:40px;height:40px;}
    .Fbimg{margin-top:3px;width:30px; height:auto;}
}
.contenedor {
    padding-left: 33%;
 }
 