/*=============================================
GLOBAL
=============================================*/

body {
  /*font-family: 'Panton';
  font-weight: bold;
  font-style: normal;*/
  font-family: 'Panton', sans-serif;
}

@font-face {
  font-family: 'Panton';
  src: url('css/fonts/Panton-Black.eot');
  src: url('css/fonts/Panton-Black.eot?#iefix') format('embedded-opentype'),
       url('css/fonts/Panton-Black.woff') format('woff'),
       url('css/fonts/Panton-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
}

ul, ol{
	padding:0px;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}

textarea:focus, input:focus{
    outline: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*pagina servicios*/
.pgna-servicios h1 {
    color: #0D5363;
    font-weight: 600;
    text-align: left;
    font-size: 50px;
}

.pgna-servicios h4{
	font-weight: 600;
    color:#5e5a5a;
}

/*.itemlist ul li::before {
	list-style-type: disc;
	color:#F28705;
    content: "\2022"; 
    font-size: 30px; 
    margin:10px;
}

.itemlist ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 35px;
    color:#5e5a5a;
}*/

.itemlist ul {
    width: 100%;
/*    max-width: 500px;*/
    margin: 0 auto;
    padding: 0;
}

.itemlist ul li {
    width: 100%;
/*    max-width: 500px;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 35px;
    color:#5e5a5a;
}

.itemlist ul li::before {
    list-style-type: disc;
    color:#F28705;
    content: "\2022"; 
    font-size: 30px; 
    margin:10px;
}
.pgna-servicios{
 color:#5e5a5a;   
}
/*imagensercretaria virtual*/
.imagesv {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .imagesv img {
    width: 50%;
    height: auto;
    align-items: center;
    justify-content: center;
 }
  .planes{
    display: flex;
  }
  .conttable{
    flex: 1;
  }
  .table {
    width: 100%;
    border-collapse: collapse;
  }
  .table td, .table th {
    border: 1px solid black;
    padding: 10px;
  }

  @media (max-width: 600px) {
    .itemlist ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    }

    .itemlist ul li {
        
        height: 80px;
        
    }

    .itemlist ul li::before {
        list-style-type: disc;
        color:#F28705;
        content: "\2022"; 
        font-size: 30px; 
        margin:10px;
    }
    .table {
      display: block;
      width: 100%;
    }
    .table td, .table th {
      display: block;
      border: none;
    }
    .table td:first-child, .table th:first-child {
      display: none;
    }
    .table td {
      border-bottom: 1px solid black;
      text-align: right;
    }
  }
/*Fin pagina servicios*/

/*pagina valores*/
.flex-container{
	display: -webkit-flex;
	display: flex;
}

.flipped{
  width: 40%;
  padding: 0px 30px 0px 30px;
}

.cajavalores{
    
}

.losvalores{
    position: relative;
    color:CCC;
    margin-top: 20px;
}

.losvalores p{
    color:#5e5a5a;
    text-align: justify;
    font-size: 16px;
}


.criterios{
    color:#F28705;
    font-weight: 800;
    font-size: 16px;
}

.content {
    position: absolute;
    top: 375px;
    left: 37px;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 59px;
    font-size: 52px;
    color: #038C8C;
    z-index: 1;
}

.image {
  position: relative;
  z-index: 0;
  border-bottom: 4px solid #038C8C;
}

.image img{
  width: 50%;
  height: auto;
  margin-top: 40px;
  margin-left: 230px;
}

.mediaright h2 {
    color: #F28705;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 52px;
}

/*lado izq*/
.mediaright{
 width: 60%;	
 padding: 100px 14px 0px 100px
}

.mivi{
  border-radius: 50px 0px 0px 50px;
  margin: 0px 0px 40px 60px;
  background-color: #038C8C;
  width: 94%;
}

.lamision{
	text-align: justify;
    margin: 40px 0px 20px 36px;
    color: #FFF;
}

.misvis{
	display: flex;
}

.lavision {
    text-align: justify;
    margin: 28px 74px 75px 50px;
    color: #FFF;
    width: 224%;
}

	img.cohete {
		width: 79%;
        height: auto;
        margin: 50px 0px 20px 52px;
	}

	img.astro {
		width: 30%;
		height: auto;
		margin:10px;
	}	
/*Fin pagina valores*/

/*Inicio pagina ayuda como funciona*/
      .row {
        display: flex;
        flex-wrap: wrap;
      }
      .column-cf {
        flex: 50%;
        padding: 10px;
      }

      .text-cf {
        text-align: justify;
        padding: 10px;  
      }
      .text-cf h1 {
        color: #0D5363;
        font-weight: 600;
        text-align: center;
        font-size: 50px;
      }

      .text-cf p {
        padding: 10px 60px 10px 60px;
      }
      .image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .image-cf {
        width: 60%;
        height: auto;
      }
      @media (max-width: 600px) {
        .column-cf {
          flex: 100%;
        }
        .text-cf h1 {
        font-size: 40px;
      }
    }
/*Fin pagina ayuda*/


/*icono whatsapp */
.float img{
		width: 50px;
    height: auto;
    right: 20px;
    position: fixed;
    bottom: 20px;
}
/*Fin icono wahtsapp */

/*notificacion de solicitud de contactenos o preguntas nuevas*/
.notification-container {
    position: relative;
    width: 16px;
    height: 16px;
    top: -4px;
    left: -6px;
}

.notification-counter {   
    position: absolute;
    top: -21px;
    left: -5px;
    background-color:#038C8C;
    color: #fff;
    border-radius: 14px;
    padding: 7px 7px;
    font: 8px Verdana;
    width: 25px;
}

/*Inicio responsive pagina valores*/
@media only screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .flipped {
    width: 100%;
    flex-direction: column;
  }

  .content {
    position: absolute;
    top: 305px;
    left: 27px;
    width: 200px;
   }

  .image img {
    margin-top: 40px;
    margin-left: 190px;
  }

  .cajavalores {
    margin: 0 auto;
    width: 100%;
  }

  .mediaright {
    width: 92%;
    text-align: center;
    margin-left: 25px;
    padding: 50px 14px 0px 0px;
  }

  .mivi {
    width: 100%;
    text-align: center;
  }

  .misvis {
    margin-right: 32px;
   }
   .lavision {
     margin: 28px 21px 75px 50px;
   }

  .cohete {
    display: none;
  }
}/*end media*/
/*Fin responsive pagina valores*/