/* MONSERRAT */
@font-face {
    font-family: 'Montserrat200';
    src: url('fonts/Montserrat/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: 'Montserrat300';
    src: url('fonts/Montserrat/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat500';
    src: url('fonts/Montserrat/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'Montserrat700';
    src: url('fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat400';
    src: url('fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat600';
    src: url('fonts/Montserrat/Montserrat-SemiBold.ttf');
}
/* FIN MONSERRAT */


/* OPEN SANS */
@font-face {
    font-family: 'Open300';
    src: url('fonts/Open_Sans/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'Open700';
    src: url('fonts/Open_Sans/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'Open400';
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
}
/* FIN OPEN SANS */


/* ROBOTO */
@font-face {
    font-family: 'Roboto500';
    src: url('fonts/Roboto/Roboto/Roboto-Medium.ttf');
}

/* FIN ROBOTO */



/* LATO */
@font-face {
    font-family: 'Lato700';
    src: url('fonts/Lato/Lato/Lato-Bold.ttf');
}

/* FIN LATO */




* {
    padding: 0px;
    margin: 0px;
}

a {
    margin: 0;
    padding: 0;
    display: flex;
    text-decoration: none;
}

.nums_telefono {
    border: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    background-color: transparent;
    color: white;
}

.contacto {
    display: grid;
    grid-template-columns: 30% 60% 10%;
    background-color: #063668;
    padding: 18px 0;
    height: 40px;
}

.contacto div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cotizar {
    font-family: 'Montserrat500', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    min-width: 200px;
    border: none;
    background-color: #DD1515;
    color: white;
    padding: 8px 12px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 900px;
}

.btn-cotizar:hover {
    border: 2px solid #DD1515;
    background-color: white;
    color: #DD1515;
    transition: ease-in-out .2s;
}

.back_cotimob {
    display: none;
}


.btn-cotizar-M {
    display: none;
}


.menu {
    display: grid;
    grid-template-columns: 45% 55%;
    height: 116px;
}

nav {
    margin: auto 0;
    padding-left: 5%;
}

nav ul {
    display: flex;
}

nav ul li{
    list-style: none;
    padding-right: 20px;
}

nav ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto500';
    color: black;
    font-weight: 500;
}

nav ul li a:hover{
    color: #DD1515;
    transition: ease-in .1s;
}

.imgLogo {
    margin: auto auto;
    width: 100px;
}

.imgLogo:hover {
    cursor: pointer;
}

.banner {
    /* background-image: url(imgs/patrulla-black.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
    width: 100%;
    height: 790px;
    margin-bottom: 80px;
}

h1 {
    color: white;
    font-family: 'Montserrat700', sans-serif;
    font-size: 68px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    padding-top: 1em;
}

.banner p {
    color: white;
    font-size: 28px;
    font-family: 'Lato700';
    font-weight: 700;
    margin-top: 20px;
}

.btn-cotizar2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    background-color: #DD1515;
    color: white;
    padding: 20px 32px;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 50px;
}

.btn-cotizar2:hover {
    border: 2px solid #DD1515;
    background-color: white;
    color: #DD1515;
    transition: ease-in-out .2s;
}

.cont-banner {
    padding-top: 220px;
    margin-left: 410px;
}

li {
    list-style: none;
}

.listado {
    height: 40px;
    width: 145px;
    color: red ;
    font-size: 14px;
    line-height: 2.2;
    padding: 5px 15px;
    margin: 0;
    z-index: 19;
}

.listado li.init {
    cursor: pointer;
    color: white;
}

.lis2 li.init {
    cursor: pointer;
    color: white;
}

.listado li {
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    height: 40px;
    cursor: pointer;
    width: 100%;
    color: black;
}

.lis2 li {
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    height: 40px;
    cursor: pointer;
    width: 100%;
    color: black;
}

.listado li img {
    margin-right: 10px;
}

.lis2 li img {
    margin-right: 10px;
}

.listado li:not(.init) {
    width: 100%;
    display: none;
    margin: 0px;
    background-color: white;
  }

  .lis2 z {
    width: 100%;
    display: none;
    margin: 0px;
    background-color: white;
  }

/******************* --- NOSOTROS --- ************************/
.fondo img{
    width: 100%;
    height: 276px;
    padding-bottom: 80px;
}

h2 {
    font-family: 'Montserrat200', sans-serif;
    font-size: 50px;
    color: #063668;
    font-weight: 200;
    text-align: center;
}

.texto {
    font-family: 'Open300';

    color: #4a5b6d;
    line-height: 1.5;
    font-weight: 300;
}

.cn-descri {
    text-align: justify;
    width: 50%;
    margin: 0 auto;
    padding-top: 15px;
}

.descripcion {
    padding-top: 0px;
}

.cont-des {
    margin-bottom: 90px;
}

.mision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 714px;
    margin-top: 80px;
}

.vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 714px;
    margin-top: 80px;
}

.f46 {
    font-size: 43px;
    line-height: 1.4;
    padding-left: 45px;
    text-align: left;
}

.list {
    width: 700px;
    display: grid;
    grid-template-columns: 10% 82%;
    grid-gap: 30px;
    padding-top: 30px;
    margin-left: 75px;
}

.nums {
    text-align: right;
}

.nums p {
    font-family: 'Montserrat700', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #51acfb;
}

.col_nums {
    font-family: 'Montserrat700', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #51acfb;
    padding-left: 25px;
}


.txt-bold {
    font-family: 'Montserrat500', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #181818;
    line-height: 1.3;
}

.txt-text {
    font-family: 'Open300';
    font-size: 15px;
    color: #515151;
    line-height: 1.4;
    font-weight: 300;
    padding-top: 12px;
}

.cont-mision {
    padding-top: 70px;
    background-color: #F2F9FF;
}

.pad-txt {
    padding: 0 6em;
    padding-top: 30px;
    font-size: 22px;
}

.st-nums {
    font-family: 'Montserrat700';
    font-weight: 700;
    color: #51acfb;
}


/******************* --- Nuestros Servicios --- ************************/


.st-h2 {
    font-family: 'Montserrat200', sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #181818;
    font-size: 60px;
    line-height: 1.2;
}

.mini-text {
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat700', sans-serif;
    font-size: 12px;
    color: #51acfb;
    line-height: 1.2;
    letter-spacing: 3px;
}

.open-text {
    font-weight: 300;
    font-style: normal;
    font-family: 'Open300';
    color: #4a5b6d;
    font-size: 18px;
    line-height: 1.2;
}

.seccion-padre {
    width: 62%;
    margin: 0 auto;
    margin-top: 30px;
}

.seccion-servicios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-template-rows: 350px 350px;
    grid-row-gap: 30px;
}

.bann-er1 {
    background-image: url("imgs/Custodio-servicio-comsi.jpg");
    background-size: cover;
    background-position: center center;
}

.bann-er2 {
    background-image: url("imgs/PatrullaNormal-servicio-comsi.jpg");
    background-size: cover;
    background-position: center center;
}

.bann-er3 {
    background-image: url("imgs/PatrullaReforzada-servicio-comsi.jpg");
    background-size: cover;
    background-position: center center;
}

.bann-er4 {
    background-image: url("imgs/Marchamo-seguridad-privada-comsi.jpg");
    background-size: cover;
    background-position: center center;
}

.info {
    background-color: rgba(6, 54, 104, 0.85);
    height: 45%;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.borde {
    border-left: 4px solid #51acfb;
    margin-left: 3.3em;
    border-radius: 2px;
    margin-top: 20px;
}

.secc-servicio {
    background-color: cornflowerblue;
    position: relative;
    cursor: pointer;
}

.st-h3 {
    font-family: 'Montserrat500', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
    padding-left: 5%;
}

.txt-info {
    font-family: 'Open300';
    font-size: 16px;
    font-weight: 300;
    color: white;
    line-height: 1.5;
    padding-left: 5%;
    padding-top: 12px;
}

.hide-info1 {
    display: none;
    z-index: 2;
}

.swal2-styled:focus {
    outline: none;
    box-shadow: none;
    border:0px solid transparent;
}



/******************* --- COTIZAR --- ************************/


.btn-form {
    border-radius: 40px;
    font-family: 'Open300';
    font-size: 14px;
    font-weight: 300;
    padding: 12px 30px;
    border: 1px solid black;
    color: rgb(43, 43, 43);
}

.cont-form {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 80px;
}


.cont-form form {
    height: 400px;
display: grid;
grid-template-rows: 1fr 1fr;
    margin-top: 40px;
}

.div1{
    height: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    
}

.txtarea {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    font-family: 'Open400', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    padding: 5px;
}

.btn-cotizar3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    background-color: #DD1515;
    color: white;
    padding: 18px 3em;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.btn-cotizar3:hover {
    border: 2px solid #DD1515;
    background-color: white;
    color: #DD1515;
    transition: ease-in-out .2s;
}

.div2 {
    height: 10px;
    display: grid;
    grid-template-columns: 53% 17% 25%;
    grid-gap: 10px;
}


/******************* --- FOOTER --- ************************/

footer {
    background-color: #111111;
    width: 100%;
    height: 370px;
}

.cont-footer {
    width: 66%;
    height: 100%;
    display: grid;
    grid-template-columns: 34% 16% 25% 25%;
    margin: 0 auto;
}

.cont-f1 {
    padding:3em 0 0 3em;
    position: relative;
}

.red-social img {
    width: 32px;
    margin-top: 22px;
}

.red-social img:first-child {
    margin-right: 7px;
}

.copy {
    position: absolute;
    bottom: 0px;
    margin-bottom: 15px;
}



.cont-f2 {
    padding-top: 3em;
}

.cont-f2 ul li a{
    color: white;
    padding: 0px;
    font-size: 15px;
    padding-left: 4em;
}

.cont-f2 ul li a:hover{
    color: #337ab7;
}



.cont-f3 {
    padding-top: 3em;
}

.txt-fmini {
    font-weight: 700;
    font-style: normal;
    font-family: 'Open700';
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
}

.ubic {
    display: grid;
    grid-template-rows: 2fr 1fr 1fr;
    padding-left: 1.5em;
}

.ubic img {
    width: 25px;
}

.cont-servicios {
    margin-bottom: 5em;
}

#img-fy {
    display: inline-block;
}


.cont-f4 {
    padding-top: 3em;
}


.inp-suscribir::-webkit-input-placeholder { color: #e1e1e1; } 

.inp-suscribir {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 30px;
    border: 1px solid;
    border-radius: 40px;

    color: #ffffff;
    background-color: transparent;
    font-style: normal;
    font-weight: 300;
    border-color: rgba(255,255,255,0.42);
    margin-top: 15px;
}

.btn-sucribe {
    font-family: 'Montserrat500', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background-color: #DD1515;
    color: white;
    padding: 1.1em 2.8em;
    border-radius: 40px;
    cursor: pointer;
    margin-top: 14px;
}

.btn-sucribe:hover {
    border: 1.2px solid #DD1515;
    background-color: white;
    color: #DD1515;
    transition: ease-in-out .2s;
}


/******************* --- FOOTER --- ************************/

footer {
    position: relative;
}



.llamada {
    position: absolute;
    bottom: 0px;
}

.circulo {
    /* position: absolute; */
    bottom: 0px;
    background-color: white;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin: 0 0 .6em .6em;
    cursor: pointer;
    position: fixed; 
    left: 0; 
    box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
}


.ocult {
    display: none;
}

.block-llamada {
    width: 280px;

    background-color: white;
    margin: 0 0 .6em .6em;
    border-radius: 4px;
	position: fixed; 
	left: 0; 
	bottom: 0; 
    box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
    z-index: 12;
}

.img-user {
    width: 85px;
    display: block;
    margin: 0 auto;
}

.img-close {
    width: 15px;
    padding-left: 92%;
    padding-top: 9px;
    cursor: pointer;
}

.txt-call1 {
    font-family: 'Open700';
    font-weight: bold;
    color: #063668;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
    text-align: center;
}

.txt-call2 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat400', sans-serif;
    color: #181818;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
}

.txt-call3 {
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat500', sans-serif;
    color: #181818;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;

    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 65px;
}

.txt-call3:hover {
    color: #DD1515;
}

.txt-call3 { width:0px; height:0px; }
.txt-call3 img { display:block; }
.txt-call3 #img-thecall { display:none; }
.txt-call3:hover img { display:none; }
.txt-call3:hover #img-thecall { display:block; }

.arrowdown {
    display: block;
    width: 15px;
    margin: 0 auto;
    margin-top: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}


.rotate {
    padding-top: 10px;

    transform: rotate(180deg);
}
.rotate-reset {
    transform: rotate(0deg);

}

.contacto-net {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 20px;
}

.contacto-net img{
    margin: 0 auto;
    width: 40px;
    padding-right: 20px;
}

.linea {
    margin-top: 45px;
    border-top-color: #82c4fc;
    border-top-width: 1px;
}

.hidenn {
    visibility: hidden;
}


.video {
    display: block;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 65px;
}


/******************* --- PREDIOS --- ************************/
.txt-inic {
    font-weight: 600;
    font-style: normal;
    font-family: 'Montserrat600', sans-serif;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.txt-inic-p {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat400', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.banner2 {
    background-image: url(imgs/imgpuerto.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
}


.swal2-image {
    max-width: 110%;
    margin-left: -1em;
}

.pdd {
    display: flex;
    max-height: 42px;
}

.pdd span {
    padding-top: 18px;
    font-family: 'Open300';
    font-size: 16px;
    font-weight: 300;
    color: white;
}



#laubi, 
#elrej,
#eltel {
    padding-left: 5px;
}

.seve-img {
    width: 0px;
    height: 0px;
}







.b-none {
    display: none;
}

.cel-menu {
    background-color: #063668;
    width: 100%;
    height: 100vh;
    display: none;
}

.closex {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 20px;
    cursor: pointer;
}




.lista-mobile{
    list-style: none;
    margin: 0 auto;

}

.lista-mobile li a{
    display: flex;
    justify-content: center;
    width: 100%;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto500';
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0;
}


#telimg{
    width: 28px;
    height: 28px;
}

.styleV {
    padding-left: 3em;
    padding-top: 1em;
}

.styleVal {
    padding-left: 3em;
    padding-top: 1em;
}
.imgMmobile {
    display: none;
}

.contMM1 {
    height: 914px;
}


.cont-footer2 {
    display: grid;
    grid-template-rows: 12% 9% 6% 22% 16% 13% 22%;
    height: 100%;
}

.foot2{
    height: 700px;
}

.cont-footM {
    display: none;
}

.logomobile {
    display: none;
}

#btn-desk {
    display: block;
}

#btn-mob {
    display: none;
}

#telmobil {
    display: none;
}








/*******************COTIZAR************************/
.cont-servicio {
    width: 100%;
    height: 240px;
}

.cont-servicio div{
    width: 800px;
    margin: 0 auto;
}

.selector {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}

.select1 select,
.select2 select,
.select3 select {
    width: 300px;
    font-size: 20px;
    height: 36px;
    color: #616161;
    margin-top: 10px;
}

.selector select {
    margin-left: 40px;
}

.title-select {
    font-family: 'Open300';
    font-size: 26px;
    color: #181818;
    line-height: 1.4;
    font-weight: 300;
    padding-top: 12px;
}


.cont-contact {
    width: 100%;
    height: 210px;
    background-color: #DD1515;
}

.cotizar-cont {
    width: 100%;
    height: 300px;
    background-image: url(imgs/atencionClinte.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cont-subcontact {   
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.callgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.sev-llamada img {
    width: 60px;
    height: 60px;
}

.sev-llamada {
    display: flex;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(6,54,104,0.35);
    margin-top: 60px;
    cursor: pointer;
    color: #011e3c;
}

.sev-llamada:hover {
    color: #51acfb;
    transition: 0.3s;
}

.mot {
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat500', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
    padding-left: 20px;
}

.poptitle {
    text-align: center;
}

.til {
    font-weight: 200;
    font-style: normal;
    font-family: 'Montserrat200', sans-serif;
    color: white;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.tilsub {
    font-weight: 300;
    font-style: normal;
    font-family: 'Open300';
    color: white;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.tilsub2 {
    font-weight: 300;
    font-style: normal;
    font-family: 'Open300';
    color: white;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.pop-div,
.pop-whats,
.pop-call,
.pop-div2,
.pop-div3,
.pop-div4,
.pop-div-Confirm,
.pop-div-Confirm2 {
    background-color: rgba(0,0,0,0.38);
    height: 1470px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    top: 0px;
    z-index: 8; */
    display: none; 
    
}

.pop-whats {
    padding-left: 35%;
}

.pop-div-Confirm2 {
    padding-top: 14em;
}

.cont-cred {
    text-align: center;
    padding-top: 40px;
}

.popup {
    width: 30%;
    height: 700px;
    background-color: #063668;
    display: grid;
    grid-template-rows: 5% 20% 15% 15% 15% 15% 15%;
    padding: 2em;
}

.popup-confirm {
    width: 30%;
    height: 300px;
    background-color: #063668;
    padding: 2em;
}


.pop-serv {
    width: 25%;
    min-width: 440px;
    /* height: 680px; */
    height: 80vh;
    background-color: white;
    padding: 2em;
    margin: 0 auto;
    margin-top: 8vh;
}

.pop-whats .popup {
    width: 30%;
    height: 700px;
    background-color: #063668;
    display: grid;
    grid-template-rows: 5% 15% 20% 15% 15% 15% 15%;
    padding: 2em;
}

.pop-call .popup {
    width: 30%;
    height: 700px;
    background-color: #063668;
    display: grid;
    grid-template-rows: 5% 5% 15% 15% 15% 15% 30%;
    padding: 2em;
}


.no-tel {
    margin: 0 auto;
}

.no-tel p {
    margin-left: -54px;
}

.c-input {
    width: 400px;
}

.tel-num {
    display: flex;
}

.perfijos {
    width: 80px;
    font-size: 16px;
    height: 26px;
    color: white;
    margin-top: 10px;
    background-color: transparent;
    border-color: rgba(255,255,255,0.42);
    margin-top: 22px;
    margin-left: 55px;
    margin-right: 10px;
}

.perfijos option{
    color: #616161;
}

.btn-frm {
    font-family: 'Montserrat500', sans-serif;
    font-weight: 500;
    background-color: #DD1515;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    width: 170px;
    height: 58px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
}

.btn-frm:hover {
    background-color: white;
    color: #DD1515;
    border: 2px solid #DD1515;
    transition: ease-in-out .2s;
}


.btn-whaweb {
    display: flex;
    background-color: #0CC243;
    padding: 22px 30px;
    font-size: 20px;
    border-radius: 40px;
}

.cont-vids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2em;
    margin-top: 5em;
    margin-bottom: 5em;
    position: relative;
    height: 440px;
    width: 100%;
}

.cont-vids video{
    display: block;
    margin: 0 auto;
    margin-top: 2em;
}


.block1 {
    background-color: rgba(255, 0, 0, 0.3);
    width: 520px;
    height: 340px;
    position: absolute;
    display: none;
}
.viid {
    width: 520px;
    min-height: 340px;
    height: 340px;
}

.confirm-title {
    font-size: 40px;
    color: white;
    text-align: center;
    margin-top: 40px;
}

.btn-ok {
    background-color: white;
    cursor: pointer;
    border: none;
    width: 48%;
    min-width: 200px;
    font-family: 'Montserrat400', sans-serif;
    font-size: 22px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    padding-top: .8em;
    padding-bottom: .8em;
}

.btn-ok:hover {
    transition: all 0.5s ease;
    transform: scale(1.1);
    
}


.n-st2 {
    font-size: 30px;
    display: block;
    text-align: center;

}

.creden {
    font-family: 'Montserrat200', sans-serif;
    font-weight: 200;
    font-style: normal;
    color: white;
    font-size: 30px;
    line-height: 1.2;
}


.aa {
    display: none;
}

.cont-banner {
    margin-left: 22em;
    padding-top: 7em;
}


/*Media del Inicio*/
@media only screen and (max-width:500px) {
    
    #telmobil {
        display: block;
    }

    #btn-desk {
        display: none;
    }
    
    #btn-mob {
        display: block;
    }

    html {
        width: 100vw;
    }

    .listado {
        padding: 5px 0px;
        margin-left: -10px;
        padding-top: 0px;
    }
    
    .lis2 {
        padding: 5px 0px;
        margin-left: -10px;
    }

    #telimg{
        padding-left: 80px;
        width: 14px;
        height: 14px;
    }
    .seve {
        font-size: 13px;
    }

    .pais {
        position: absolute;
        top: -6px;
        left: 9em;
    }

    .seve-img {
        position: absolute;
        top: 1.2em;
        right: 1em;
        width: 50px;
        height: 50px;
    }

    .contLogoM {
        height: 50px;
        width: 50px;
        background-color: #063668;
    }

    .contacto {
        width: 100%;
        height: 52px;
        position: relative;
    }

    .btn-cotizar {
        position: absolute;
        top: 3.5em;
        left: 8em;
        font-size: 12px;
        min-width: 0;
        width: 147px;
        margin: 0px;
    }

    .listado li img {
        width: 20px;
    }

    .lis2 li img {
        width: 20px;
    }

    .menu {
        display: none;
    }

    .banner {
        width: 100%;
        height: 390px;
    }

    .cont-banner {
        padding-top: 20px;
        margin-left: 20px;
    }

    h1 {
        padding-top: 50px;
        font-size: 28px;
        letter-spacing: 2px;
        line-height: 1.2;
    }

    .banner p {
        font-size: 20px;
        margin-top: 20px;
    }

    .btn-cotizar2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        border: none;
        background-color: #DD1515;
        color: white;
        padding: 18px 26px;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 50px;
    }

    .seccion-servicios {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        grid-template-rows: 350px 350px 350px 350px;
        grid-row-gap: 30px;
    }

    .seccion-padre {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .cont-footer {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns:50% 50%;
        margin: 0 auto;
    }

    footer {
        height: 400px;
    }

    .llamada {
        /* float: right;
        bottom: 0px; */
        z-index: 3;
        /* position: absolute; */
    }
    #img-socialphone {
        z-index: 4;
    }


    /*Nosotros*/

    .menu-mobile {
        width: 100%;
        background-color: white;
        height: 100px;
        position: relative;
    }

    .logomobile{
        position: absolute;
        top: 1.2em;
        left: 1em;
        display: block;
    }




    .vid-nosotros {
        width: 100vw;
        height: 250px;
    }

    .mision {
        display: grid;
        grid-template-rows: 250px 830px;
        grid-template-columns: none;
        /* height: 950px; */
        margin-top: 40px;
        position: relative;
    }

    .vision {
        display: grid;
        grid-template-rows: 250px 650px;
        grid-template-columns: none;
        margin-top: 25em; 
        
    }

    .pad-txt {
        padding: 0 1em;
        padding-top: 30px;
    }

    .list {
        width: 100%;
        margin-left: 0px;
    }

    .textos {
        position: absolute; 
        padding-left: 50px;
        padding-right: 10px;
    }

    .cont-mision {
        position: relative;
        padding-top: 30px;
    }

    .cont-des {
        margin-bottom: 35px;
    }

    h2 {
        font-size: 30px;
    }

    .f46 {
        font-size: 24px;
        padding-left: 30px;
    }

    .nums {
        position: absolute;
        padding-left: 10px;
    }

    .nums p {
        font-size: 20px;
    }

    .txt-bold {
        font-size: 16px;
    }

    .txt-text {
        font-size: 14px;
    }

    .styleV {
        padding-left: 3em;
        padding-top: 7em;
    }

    .styleVal {
        padding-top: 7em;
        padding-left: 3em;
    }

    .imgMmobile {
        display: block;
        width: 100%;
        height: 300px;
    }

    .imgMmobileN {
        display: none;
    }

    .cont-footM {
        display: block;
    }

    .foot {
        display: none;
    }

    .cont-f1 {
        padding:0px;
        position: absolute;
    }

    .cont-f1 img{
        width: 62px;
        top: 20px;
        left: 1em;
    }

    .cont-f2 {
        padding-top: 0px;
    }

    .txt-info {
        font-size: 12px;
        padding-top: 1em;
    }

    .cont-f3 {
        padding: 0px;
    }

    .red-social{
        margin-top: -15px;
        padding-left: 1em;
    }

    .cont-f4 {
        padding: 0px;
    }

    .cont-f4 ul{
        padding-top: 1em;
    }

    .cont-f4 ul li a{
        padding-top: 0px;
    }

    .txt-fmini {
        font-size: 14px;
        padding-left: 1em;
    }
    .ubic {
        display: grid;
        grid-template-rows: repeat(3, 30px);
    }

    .ubic img {
        width: 14px;
        height: 14px;
    }

    .ubic p span{
        font-size: 13px;
    }

}



@media only screen and (max-width:1675px) {
    .secc-servicio {
        height: 400px;
    }

    .seccion-servicios {
        grid-row-gap: 80px;
    }

    .seccion-padre {
        min-width: 1100px;
    }
}

@media only screen and (max-width:1588px) {
    .btn-cotizar {
        margin-left: 90%;
    }
}
@media only screen and (max-width:1264px) {
    .btn-cotizar {
        margin-right: 100px;
    }
}




#telling {
    width: 28px;
    height: 28px;
}

.img-carrusel {
    height:790px;
}

.valores_img {
    width:750px;
    height:120px;
    padding-left:100px;
    padding-top:60px;
    margin-bottom:-80px;
}

.pdc {
    padding-left: 35%;
}

.cont-vids2 {
    display: none;
}

.cvs {
    display: grid;
}

.pop-call {
    padding-left: 35%;
    padding-top: 100px;
}

.pop-whats {
    padding-top: 100px;
}

.pop-div22 {
    padding-left: 35%;
}  


@media only screen and (max-width:500px) {
    .seccion-padre {
        min-width: 0px;
    }

    .btn-cotizar {
        display: none;
    }

    .btn-cotizar2 {
        display: none;
    }

    .seve {
        font-size: 15px;
    }

    #telimg {
        width: 22px;
        height: 22px;
        padding-top: 6px;
        margin-left: 38px;
        padding-top: 0px;
    }

    .seve-img {
        width: 45px;
        height: 45px;
        margin-top: 0px;
    }

    .mySlides {
        height: 200px;
    }

    .img-carrusel {
        height:250px;
    }

    .banner p {
        font-size: 15px;
    }

    h1 {
        font-size: 22px;
    }

    .cont-banner {
        margin-left: 1em;
    }

    #h1_slide {
        margin-top: 1em;
    }

    #h2_slide {
        margin-top: 1em;
    }

    #h3_slide {
        margin-top: 1em;
    }

    #br1 {
        display: none;
    }

    .prev {
        display: none;
    }

    .next {
        display: none;
    }

    .cont-servicios {
        margin-top: -11em;
    }

    .secc-servicio {
        height: 270px;
    }

    .borde {
        margin-top: 16px;
        height: 6em;
        margin-left: 2em;
    }

    .st-h3 {
        font-size: 17px;
    }

    .txt-info {
        padding-top: 4px;
    }

    .seccion-servicios {
        grid-row-gap: 0px;
    }

    .bann-er2 {
        margin-top: -2em;
    }

    .bann-er3 {
        margin-top: -3.8em;
    }

    .bann-er4 {
        margin-top: -5.8em;
    }

    footer {
        margin-top: -10em;
    }

    .listado li.init {
        width: 120px;
    }

    #laubi {
        padding-top: 8px;
    }

    #eltel {
        padding-top: 12px;
    }

    .sus_t {
        margin-top: 1em;
    }



    /* PARTE --- NOSOTROS */

    .cn-descri {
        width: 70%;
    }

    .cont-des{
        margin-top: -4.5em;
    }

    .cont-des h2 {
        padding-top: 1.2em;
    }

    .list {
        height: 580px;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    #p2 {
        padding-top: 0px;
    }
    #p3 {
        padding-top: 0px;
    }
    #p4 {
        padding-top: 0px;
    }

    .txt-bold {
        padding-top: 0px;
    }

    .fondo img {
        height: 100px;
    }

    .cont-footM {
        margin-top: 10em;
    }

    .valores_img {
        width: 100%;
        height: 70px;
        padding-left: 0px;
        padding-top: 60px;
        margin: 0 auto;
        margin-bottom: -80px;
        margin-left: -1em;
        
    }

    .cont-banner {
        margin-left:0px;
        padding-top:0px;
    }

    .banner2 {
        height: 215px;
    }

    .txt-inic {
        font-size: 24px;
        padding-left: 1em;
    }

    .txt-inic-p {
        padding-top: 10px;
        padding-left: 1.5em;
    }

    .u-gallery {
        margin-top: 0px!important;
    }

    .col_nums {
        font-family: 'Montserrat700', sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #51acfb;
        padding-left: 25px;
    }

    .cont-banner h1 {
        margin-left: 0em;
    }

    .u-gallery-heading {
        padding-top: 30px!important;
        padding-right: 20px;
    }

    .u-gallery-text {
        padding-right: 20px;
    }

    .u-effect-fade,
    .u-over-slide {
        opacity: 1!important;
    }

    /* PARTE --- VIDEOS */

    .cont-vids{
        height:none;
    }

    .viid {
        width: 100%;
        height: 340px;
    }

    .baner-vid1,
    .baner-vid2 {
        width: 100%;
    }

    .popup-confirm {
        width: 80%;
        margin: 0 auto;
    }

    .pdc {
        padding-left: 0px;
    }

    .confirm-title {
        font-size: 32px;
        margin-top: 8px!important;
    }

    .creden {
        font-size: 25px;
    }

    .cont-vids2 {
        display: block;
    }
    
    .cvs {
        display: none;
    }

    .vii1 {
        margin-bottom: -35px;
        margin-top: 1em;
    }
    
    .selector {
        display: block;
    }


    .cont-servicio {
        height: auto;
    }

    .cont-servicio div {
        width: 100%;
    }

    .cont-contact {
        height: auto;
    }

    .cont-subcontact {
        width: 90%;
        height: auto;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .callgrid {
        display: block;
    }

    .sev1 {
        margin-top: 0px;
    }

    .sth2{
        font-size: 40px;
        margin: 0 auto;
        width: 90%;
        margin-top: 1em;
        margin-bottom: 20px;
    }

    .til {
        font-size: 34px;
    }

    .pop-call {
        padding-left: 0px;
    }    

    .c-input {
        width: auto;
    }

    .pop-call .popup {
        grid-template-rows: 7% 14% 6% 18% 18% 17% 11%;
        height: 550px;
        width: auto;
        padding: 0px;
        width: 90%;
        margin: 0 auto;
    }

    .popup {
        height: 550px;
        width: auto;
        padding: 0px;
    }

    .perfijos {
        margin-left: 20px;
    }

    .popup {
        width: 90%;
        margin: 0 auto;
    }

    .x {
        width: 30px;
        padding-top: 9px;
        padding-left: 9px;
    }

    .tilsb2 {
        padding-left: 1.5em;
    }

    .back_cotimob {
        display: block;
        background-color: #063668;
        height: 60px;
    }

    .btn-cotizar-M {
        font-family: 'Montserrat500', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-style: normal;
        border: none;
        background-color: #DD1515;
        color: white;
        padding: 1em 1.8em;
        border-radius: 50px;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        margin-top: 0em;
    }

    .pop-whats {
        padding-left: 0px;
    }

    .pop-whats .popup {
        width: 90%;
        padding: 0px;
        height: auto;
    }

    .btn-whaweb {
        padding: 13px 30px;
    }

    .tilcomplete {
        padding-top: 6px;
    }
    
    .tlsb2 {
        padding-left: 3.2em;
    }

    .inpWnum {
        width: 135px;
    }

    .inpCnum {
        width: 135px;
    }

    .pop-div {
        padding-left: 0px;
    }

    .inpDnum {
        width: 135px;
    }

    .cput {
        padding: 9px 30px;
    }    

    .title-select {
        text-align: center;
    }

}

.pop-div22 {
    padding-top: 100px;
}  


@media only screen and (max-width:386px) {
    .cont-mision {
        height: 849px;
    }

    .vision {
        margin-top: 28em;
    }
}

@media only screen and (max-width:1770px) {
    .cont-mision {
        padding-top: 0px;
    }

    .f46_Ntxt {
        padding-top: 25px;
    }
}

@media only screen and (max-width:1603px) {
    .list {
        width: 90%;
        display: grid;
        grid-template-columns: 10% 85%;
        grid-gap: 30px;
        padding-top: 30px;
        margin-left: 35px;
    }
}

@media only screen and (max-width:1670px) {
    .til {
        font-size: 39px;
    }

    .no-tel p {
        margin-left: 0px;
    }
}

@media only screen and (max-width:1542px) {
    .c-input {
        width: 300px;
    }
}
@media only screen and (max-width:1290px) {
    .til {
        font-size: 35px;
    }
    .c-input {
        width: 250px;
    }
    .perfijos {
        margin-left: 0px;
    }

    
}



@media only screen and (max-height:900px) {
    .pop-whats,
    .pop-div22,
    .pop-call {
        padding-top: 50px;
    }
}

@media only screen and (max-height:800px) {
    .pop-whats,
    .pop-div22,
    .pop-call {
        padding-top: 15px;
    }
}

@media only screen and (max-height:780px) {
    .pop-whats,
    .pop-div22,
    .pop-call {
        padding-top: 0px;
    }
}


.txt_serv {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
}

.txt_servp {
    font-size: 14px;
    text-align: left;
    padding-top: 12px;
}

.img-serv1 {
    width: 200px;
    margin-right: -15px;
}

.carac_cont {
    display: grid;
    grid-template-columns: 18px 1fr;
    grid-template-rows: repeat(5, 1fr);
}




.img-carrusel {
    background-image: url(imgs/patrulla-black.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
}





.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.nbertxt {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/* ----------------  SERVICIOS  --------------------- */


.Bcont_services {
    display: grid;
    grid-template-rows: repeat(5, 650px);
}

.Sbox1 {
    position: relative;
    height: 100%;
}

.Mcont_serv {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 500px;
}

.srv_Cimg {
    display: flex;
    align-items: center;
}

.img_serv1 {
    width: 550px;
    height: 380px;
}

.icons_serv1 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    background-color: #51acfb;
}




.srv_title1 {
    font-family: 'Montserrat200';
    font-style: normal;
    color: #181818;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.srv_text1 {
    font-family: 'Montserrat300';
    font-style: normal;
    color: #4a5b6d;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.srv_Ctxt1 {
    padding-left: 30px;
}

.srv_Ctxt2 {
    padding-right: 30px;
}

.srv_Ctxt {
    display: flex;
    align-items: center;
    text-align: justify;
}


.srv_clsX {
    width: 60%;
    padding-top: 1em;
}

.srv_clsX1 {
    width: 100%;
}


.fl_start {
    justify-content: flex-start;
    padding-left: 30px;
}

.fl_end {
    justify-content: flex-end;
    padding-right: 30px;
}

.srv_Ctxt2 {
    justify-self: flex-end;
}

.srv_Ctxt2 div p{
    float: right;
}



/* ----------------  FIN SERVICIOS  --------------------- */




@media only screen and (max-height:671px) {
    .pop-serv {
        width: 25%;
        min-width: 440px;
        /* height: 680px; */
        height: 100vh;
        background-color: white;
        padding: 2em;
        margin: 0 auto;
        margin-top: 0vh;
    }
}


@media only screen and (max-height:1351px) {
    .fondo img {
        height: 190px!important;
    }
}