/*
Estilos para PADI por Byronmuller Grupo Creativo
Developer: Raul Maya
Version 2.0 03 Enero 2019
*/

/*Importamos las Fuentes requeridas para el proyecto desde Google Fonts*/

/* FONT PARA BAYER JOSEFIN */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

/* FONT PARA BAYER OSWALD */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap');
/*Estilos Generales*/
/*Link*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    }
.popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    }
.popup-content h3 {
      margin: 0 0 15px;
      font-size: 20px;
    }
.popup-content p {
      font-size: 16px;
    }
.popup-content button {
      background: #761644;
      color: white;
      border: none;
      padding: 8px 18px;
      border-radius: 5px;
      font-weight: bold;
      cursor: pointer;    
    }
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.view{
    opacity: 1 !important;
}
/*Colores Texto*/
.texto-rojo{
	color: #E20613;
}
.texto-blanco{
	color: #FFFFFF;
}
.texto-gris{
	color: #666666;
}
.texto-grisc{
    color: #D8D8D8;
}
.color-pink{
    color: #e60f63;
}
/*Colores Background*/
.back-gris{
	background-color: #666666;
}
.back-grisoscuro{
    background-color: #3E3E3D;
}
.back-rojo{
	background-color: #E20613;
}
.back-naranja{
	background-color: #EF802C;
}
.back-grisclaro{
	background-color: #EDEDED;
}
.back-wine{
	background-color: #761644;
}
/*Colores Outlines*/
.outline-gris{
    border: 2px solid #666666;
}

/*Fuentes*/
.font-Oswald-l{
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}
.font-Oswald-r{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.font-Oswald-m{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.font-Oswald-b{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.font-Josefin{
	font-family: 'Josefin', sans-serif;
}
.text-color-gray{
    color:#818181;
}

/*Tamaño Fuente*/
.fs-10pt{
font-size: 13px;
}
.fs-12pt{
font-size: 16px;
}

/*Estilo fuente*/
.font-light{
    font-weight: 300;
}
.font-semibold{
    font-weight: 400;
}
.font-bold{
    font-weight: 500;
}
.font-extrabold{
    font-weight: 600;
}
/*Alineacion de elementos*/
.center-element{
	margin:0 auto;
}
/*Preloader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D27B3A;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}
#logo-loader{
    position: absolute;
    width: 50px;
    height: 78px;
    margin-left: -25px;
    margin-top: -39px;
    left: 50%;
    top: 50%;
    color: white;
    z-index: 1001;
}
#loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #5E4B4C;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FF5252;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.link-mod{
    padding-left: 12px;
}
@-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
}
@keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
}

#loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #E1E1E1;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
 #loader-wrapper .loader-section.section-left {
        left: 0;
}

#loader-wrapper .loader-section.section-right {
        right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
    
.loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
}
.loaded #logo-loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
}

/*Footer General*/
.footer{
	position: relative;
	width: 100%;
	height: 223px;
	bottom: 0px;
	left: 0px;
}
.col-foot-l p{
    width: 140px;
}
.markreg{
    font-size: 10px;
    vertical-align: super;
}
@media only screen and (max-width: 970px) {
        .footer {
    height: 320px;
    }
    }
@media only screen and (max-width: 820px) {
	.col-foot-l{
		padding-left: 10px !important;
	}
	.col-foot-r{
		padding-right: 10px !important;
	}
}
@media only screen and (max-width: 767px) {
	.col-foot-l{
		text-align: center;
	}
	.col-foot-l p{
    width: 100%;
	}
	.col-foot-r{
		text-align: center !important;
	}
	.footer {
    height: 320px;
	}
}
@media only screen and (max-width: 490px) {
	.footer {
    height: 320px;
	}
}
/***************************************

Estilos Home Menu para redireccionar PADI

****************************************/
#select-padi {
    min-height: 100vh;
    background-image: url("../img/back-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.menu-padis{
	height: 450px;
	background-color: rgba(255,255,255,.7);
}
.header-menu{
	width: 100%;
    height: 85px;
    padding-top: 20px;
    text-align: center;
    background-color: white;
}
.header-menu img{
	width: 309px;
}
.btn-menu{
	width: 280px;
	height: 55px;
	padding-top: 5px;
	cursor: pointer;
}
.btn-menu:hover{
	opacity: .8;
}
@media only screen and (max-width: 1290px) {
	.btn-menu{
		width: 90%;
		min-width: 180px;
	}
	.menu-padis {
    	min-width: 420px;
	}
}

@media only screen and (max-width: 767px) {
	.menu-padis {
	    min-width: 420px;
	    max-width: 420px;
	}
}

@media only screen and (max-width: 480px) {
	#select-padi {
    	background-position: center center;
	}
	.header-menu img {
    	width: 235px;
	}
	.header-menu{
		height: 75px;
	}
	.menu-padis {
	    width: 280px;
	    min-width: 200px;
	}
	.title-menu-home {
    	font-size: 23px;
	}
}

.instituciones-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  margin-left: 24px;
}

.instituciones-grid .form-check {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.instituciones-grid .form-check-input {
  margin-top: 0;
  margin-right: 5px;
}

.instituciones-grid .form-check-label {
  margin-bottom: 0;
  font-size: 18px;
}

/* Para móviles */
@media (max-width: 768px) {
  .instituciones-grid {
    grid-template-columns: 1fr;
  }
}

.btn-alertexa {
  background-color: #666666 !important;
  color: white !important;
  border: none !important;
  padding: 10px 25px !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.btn-alertexa:hover {
  background-color: #555555 !important;
}
.jconfirm .jconfirm-buttons {
  text-align: center !important;
  float: none !important;
}
.jconfirm .jconfirm-box {
  border-top: 10px solid #761644 !important;
  border-radius: 10px !important;
  padding: 30px 25px !important;
}
.logo-header {
/* max-width: 200px; */
  display: block;
  margin: auto;
}

.btn-alertexa2 {
  background-color: #666666 !important;
  color: white !important;
  border: none !important;
  padding: 10px 25px !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.btn-alertexa2:hover {
  background-color: #555555 !important;
}